home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / colorfx / radialgradhighlight < prev    next >
Text File  |  1999-06-15  |  852b  |  46 lines

  1. Filter Factory Plugin Information:
  2.  
  3. FILENAME: GRHILITE.8BF
  4.  
  5. CATEGORY: 
  6. Greg's Factory Output Vol. II
  7.  
  8. TITLE:    
  9. Radial Hilite
  10.  
  11. COPYRIGHT:
  12. Copyright ) 1996 Greg Schorno
  13. All Rights Reserved.
  14.  
  15. AUTHOR:   
  16. Greg Schorno - gschorno@mars.ark.com
  17.  
  18. Map 0: [Map 0:]
  19. Map 1: [Map 1:]
  20. Map 2: [Map 2:]
  21. Map 3: [Map 3:]
  22.  
  23. Control 0: [Red:]
  24. Control 1: [Green:]
  25. Control 2: [Blue:]
  26. Control 3: [Frequency:]
  27. Control 4: [Phase:]
  28. Control 5: [Control 5:]
  29. Control 6: [Control 6:]
  30. Control 7: [Control 7:]
  31.  
  32. R=
  33. put(cos(d+512)/255,0),
  34. put(sin(d+512)/255,1),
  35. r + abs(src(x,y,z)-src(x+get(0),y+get(1),z))*(ctl(0)-128)*(1+sin(m*ctl(3)*128/M+val(4,0,359)))/128/128
  36.  
  37. G=
  38. g + abs(src(x,y,z)-src(x+get(0),y+get(1),z))*(ctl(1)-128)*(1+sin(m*ctl(3)*128/M+val(4,0,359)))/128/128
  39.  
  40. B=
  41. b + abs(src(x,y,z)-src(x+get(0),y+get(1),z))*(ctl(2)-128)*(1+sin(m*ctl(3)*128/M+val(4,0,359)))/128/128
  42.  
  43. A=
  44. a
  45.  
  46.